Base Classes
Member Functions
Init
PopulateLanguageArray
PopulateClassArray
PopulateMenuArray
IsMultiLanguageSupported
IsLanguageSupported
ReturnLabel
ReturnApplicationMsg
ReturnClassMsg
ReturnStatus
ReturnMenuText
SetSupportedLanguageFileName
GetSupportedLanguageFileName
SetSupportedClassFileName
GetSupportedClassFileName
SetLanguage
GetLanguage
CurrentLanguageFlagName
ListAllSupportedLanguages
Top of Document
Parameters
| sApplicationPath | String. |
| sClassMessageFile | String. |
Boolean = PopulateLanguageArray()
This function will populate the saLabels array from the .DAT file.
Parameters
Boolean = PopulateClassArray()
This function will populate the class messages array from the .DAT file.
Parameters
Boolean = PopulateMenuArray()
This function will populate the menu array from the .DAT file.
Parameters
Boolean = IsMultiLanguageSupported()
THis function will tell you if a selected language is supported in the .DAT file
Parameters
Boolean = IsLanguageSupported(sLanguageQuery)
This function will return if a language is supported in the current .DAT file.
Parameters
| sLanguageQuery | String. |
Boolean = ReturnLabel(nArrayElement,sTag)
This function will query the saLabel array and return the text value in it to the calling window.
Parameters
| nArrayElement | Number. |
| sTag | Receive String. |
Boolean = ReturnApplicationMsg(nArrayElement,sTag)
This function will query the saMessage array and return the text value in it to the calling window.
Parameters
| nArrayElement | Number. |
| sTag | Receive String. |
Boolean = ReturnClassMsg(nArrayElement,sTag)
This function will query the saMessage array and return the text value in it to the calling window.
Parameters
| nArrayElement | Number. |
| sTag | Receive String. |
Boolean = ReturnStatus(nArrayElement,sTag)
This function will query the saStatus array and return the text value in it to the calling window.
Parameters
| nArrayElement | Number. |
| sTag | Receive String. |
String = ReturnMenuText(nArrayElement)
This function will return the requested menu text.
Parameters
| nArrayElement | Number. |
Boolean = SetSupportedLanguageFileName(sAppPath)
This function is to be used to tell the FC the language file to use.
If the file does not exist the function will return FALSE.
If the file exists the function will return TRUE.
Parameters
| sAppPath | String. |
Boolean = GetSupportedLanguageFileName(sFilePath)
This function is to be used to tell the FC the language file to use.
If the file does not exist the function will return FALSE.
If the file exists the function will return TRUE.
Parameters
| sFilePath | Receive String. |
Boolean = SetSupportedClassFileName(sAppPath)
This function is to be used to tell the FC the class file to use.
If the file does not exist the function will return FALSE.
If the file exists the function will return TRUE.
Parameters
| sAppPath | String. |
Boolean = GetSupportedClassFileName(sFilePath)
This function is to be used to tell the FC the class file to use.
If the file does not exist the function will return FALSE.
If the file exists the function will return TRUE.
Parameters
| sFilePath | Receive String. |
Boolean = SetLanguage(sLanguageToSet)
This function will set the current language selection.
Parameters
| sLanguageToSet | String. |
Boolean = GetLanguage(sLanguage)
This function will return the current language selection.
Parameters
| sLanguage | Receive String. |
Boolean = CurrentLanguageFlagName(sFlagName)
This function will return the name of the flag to be displayed in the pic.
Parameters
| sFlagName | String. |
Parameters
| saDescription[*] | Receive String. |
| saConstants[*] | Receive String. |
| saFlagPath[*] | Receive String. |
| nLanguageArrayStart | Receive Number. |
| nLanguageArrayEnd | Receive Number. |